HistoryEntry Object

The HistoryEntry object is used in:

Properties

Property SubType Read Only Description

Status

Integer

No

Specifies the status word for the value entry. Only bits 2-8 and 11 may be modified. When changing the value of the status word, "OR" the present value of the word with the bit mask of the values you wish to set/clear to preserve value of the status bits that are not being changed.

Example

myHistEntry.Status = hpStatusUnreliable OR myHistEntry.Status

TimeStamp

Date/Time

No

Specifies the timestamp of a value entry in the array. This field is an array of Date subtypes. The timestamp is set in Local time without milliseconds.

Example

Write to the fifth timestamp: MyVhsArray.TimeStamp(5) = myTimeStamp

Value

String

No

Specifies the value of the point in the entry record.